[INFO] cloning repository https://github.com/krishyk/prime-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krishyk/prime-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishyk%2Fprime-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishyk%2Fprime-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 350c291f1f2b9ec0b50ac0e092ce98670014e235
[INFO] testing krishyk/prime-agent against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishyk%2Fprime-agent" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/krishyk/prime-agent
[INFO] finished tweaking git repo https://github.com/krishyk/prime-agent
[INFO] tweaked toml for git repo https://github.com/krishyk/prime-agent written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krishyk/prime-agent on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krishyk/prime-agent already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5473ff0bb7e19d5727d90c38a0075cae3d8a28aa63ca087a799da393ea43a870
[INFO] running `Command { std: "docker" "start" "-a" "5473ff0bb7e19d5727d90c38a0075cae3d8a28aa63ca087a799da393ea43a870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5473ff0bb7e19d5727d90c38a0075cae3d8a28aa63ca087a799da393ea43a870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5473ff0bb7e19d5727d90c38a0075cae3d8a28aa63ca087a799da393ea43a870", kill_on_drop: false }`
[INFO] [stdout] 5473ff0bb7e19d5727d90c38a0075cae3d8a28aa63ca087a799da393ea43a870
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0a691766fbb409e64bb3347d161cb26b35e909372a0a5fa612f4f34a12cdaac
[INFO] running `Command { std: "docker" "start" "-a" "f0a691766fbb409e64bb3347d161cb26b35e909372a0a5fa612f4f34a12cdaac", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling prime-agent v0.1.50 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.33s
[INFO] running `Command { std: "docker" "inspect" "f0a691766fbb409e64bb3347d161cb26b35e909372a0a5fa612f4f34a12cdaac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0a691766fbb409e64bb3347d161cb26b35e909372a0a5fa612f4f34a12cdaac", kill_on_drop: false }`
[INFO] [stdout] f0a691766fbb409e64bb3347d161cb26b35e909372a0a5fa612f4f34a12cdaac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0506a6366e7c7b126e1b95d97c0c8c3f19cbcddd3af5c9ed1fa7ba07980df864
[INFO] running `Command { std: "docker" "start" "-a" "0506a6366e7c7b126e1b95d97c0c8c3f19cbcddd3af5c9ed1fa7ba07980df864", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling prime-agent v0.1.50 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.83s
[INFO] running `Command { std: "docker" "inspect" "0506a6366e7c7b126e1b95d97c0c8c3f19cbcddd3af5c9ed1fa7ba07980df864", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0506a6366e7c7b126e1b95d97c0c8c3f19cbcddd3af5c9ed1fa7ba07980df864", kill_on_drop: false }`
[INFO] [stdout] 0506a6366e7c7b126e1b95d97c0c8c3f19cbcddd3af5c9ed1fa7ba07980df864
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 186bee29dcdf328e458eecde255cb80c8b49d70e77edbb813673f7f6c97db87b
[INFO] running `Command { std: "docker" "start" "-a" "186bee29dcdf328e458eecde255cb80c8b49d70e77edbb813673f7f6c97db87b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/prime_agent-a9496b33a511e3e9)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-9401e0c2d9932723)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test delete_globally_removes_agents_and_skill_file ... ok
[INFO] [stdout] test config_override_skills_dir_allows_missing_config_file ... ok
[INFO] [stdout] test delete_removes_only_agents_section ... ok
[INFO] [stdout] test list_with_fragment_outputs_single_line ... ok
[INFO] [stdout] test local_without_agents_does_not_mark_out_of_sync ... ok
[INFO] [stdout] test list_marks_out_of_sync_skills ... ok
[INFO] [stdout] test local_marks_out_of_sync_by_source ... ok
[INFO] [stdout] test config_set_creates_file_and_get_reads_value ... ok
[INFO] [stdout] test personal_instructions_are_preserved ... ok
[INFO] [stdout] test list_outputs_skill_names ... ok
[INFO] [stdout] test set_writes_skill_file ... ok
[INFO] [stdout] test local_with_empty_agents_does_not_mark_out_of_sync ... ok
[INFO] [stdout] test missing_skills_dir_errors_without_flag_or_config ... ok
[INFO] [stdout] test config_sets_skills_dir_when_no_flag ... ok
[INFO] [stdout] test sync_updates_skill_from_agents_section ... ok
[INFO] [stdout] test sync_does_not_add_missing_skills_to_agents ... ok
[INFO] [stdout] test config_list_prints_all_values ... ok
[INFO] [stdout] test sync_prefers_skill_update_when_selected ... ok
[INFO] [stdout] test sync_prefers_agents_update_when_selected ... ok
[INFO] [stdout] test config_get_creates_missing_file ... ok
[INFO] [stdout] test config_set_skills_dir_relative_expands_to_cwd ... ok
[INFO] [stdout] test sync_fails_on_broken_markers ... ok
[INFO] [stdout] test env_override_sets_skills_dir ... ok
[INFO] [stdout] test get_builds_agents_from_skills ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpiuXYFZ/skills/.git/
[INFO] [stdout] [master (root-commit) 438bd3b] Initial
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 alpha/SKILL.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmppOG7Hy/skills/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpiuXYFZ/remote.git/
[INFO] [stdout] [master (root-commit) 438bd3b] Initial
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 alpha/SKILL.md
[INFO] [stderr] To /tmp/.tmpiuXYFZ/remote.git
[INFO] [stderr]  * [new branch]      HEAD -> master
[INFO] [stdout] branch 'master' set up to track 'origin/master'.
[INFO] [stdout] test sync_commits_skills_repo ... ok
[INFO] [stdout] test sync_remote_commits_and_pulls ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "186bee29dcdf328e458eecde255cb80c8b49d70e77edbb813673f7f6c97db87b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "186bee29dcdf328e458eecde255cb80c8b49d70e77edbb813673f7f6c97db87b", kill_on_drop: false }`
[INFO] [stdout] 186bee29dcdf328e458eecde255cb80c8b49d70e77edbb813673f7f6c97db87b
